runtime.heapStatsDelta.largeAlloc (field)
7 uses
runtime (current package)
arena.go#L965: atomic.Xadd64(&stats.largeAlloc, int64(userArenaChunkBytes))
mcache.go#L241: atomic.Xadd64(&stats.largeAlloc, int64(npages*pageSize))
metrics.go#L603: a.totalAllocated = a.largeAlloc
mstats.go#L395: totalAlloc := consStats.largeAlloc
mstats.go#L674: largeAlloc uint64 // bytes allocated for large objects
mstats.go#L696: a.largeAlloc += b.largeAlloc
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |